home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19981211-19990422 / 000104_news@newsmaster….columbia.edu _Thu Jan 7 12:04:46 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA29662
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 7 Jan 1999 12:04:46 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA18784
  7.     for kermit.misc@watsun; Thu, 7 Jan 1999 12:04:45 -0500 (EST)
  8. Path: newsmaster.cc.columbia.edu!panix!howland.erols.net!newspeer.monmouth.com!solomon.io.com!news.tamu.edu!news.utdallas.edu!not-for-mail
  9. From: "Brian Reid" <breid@utdallas.edu>
  10. Newsgroups: comp.os.os9,comp.protocols.kermit.misc
  11. Subject: Re: Skewed image data when transferred with Kermit
  12. Date: Thu, 7 Jan 1999 10:38:04 -0600
  13. Organization: The University of Texas at Dallas
  14. Lines: 74
  15. Message-ID: <772nlk$7fg$1@news.utdallas.edu>
  16. References: <770osj$omd$1@news.utdallas.edu> <770vqi$p6j$1@apakabar.cc.columbia.edu>
  17. NNTP-Posting-Host: pc09186.utdallas.edu
  18. X-Newsreader: Microsoft Outlook Express 4.72.3110.1
  19. X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3
  20. Xref: newsmaster.cc.columbia.edu comp.os.os9:12921 comp.protocols.kermit.misc:9734
  21.  
  22. Typing "Kermit -?" at the $ prompt on the OS9 machine yields the following
  23. message:
  24.  
  25. Kermit program Version 1 Release 5
  26. Usage:   Kermit c [le line esc.char]   (connect mode)
  27. or:   Kermit s [difl line] file...   (send mode)
  28. or:   Kermit r [difl line]   (receive mode)
  29. or:   Kermit h [difl line]   (host server mode)
  30. or:   Kermit g [difl line] file...   (get file from server)
  31. or:   Kermit q [diful line]   (quit xemote host server)
  32.  
  33. This is how I have tried to transfer the image files:
  34.  
  35. OS9 machine: $shell <>>>/s7 (opens serial port #7)
  36. Win98 machine: [C:\Kermit95]K-95>take image.txt
  37.  
  38. The image.txt command file reads as follows:
  39.  
  40. set carrier off
  41. set line com1
  42. set speed 9600
  43. set window 1
  44. set command bytesize 8
  45. set terminal bytesize 8
  46. set flow xon/xoff
  47. set duplex full
  48. set parity none
  49. set send packet-length 94
  50. set receive packet-length 94
  51. set send timeout 10
  52. set receive timeout 15
  53. set handshake none
  54. set file type binary
  55. connect
  56.  
  57. Once connected, I type the following on the terminal screen:
  58.  
  59. $kermit s /hard/export/image.i1
  60.  
  61. The following information is displayed while the image file is transferring:
  62.  
  63. Current directory: c:\kermit95
  64. communications device: com1
  65. communication speed: 9600
  66. parity: none
  67.  
  68. receiving: image.i1 => image.i1
  69. file type: binary
  70. file size:
  71. percent done:
  72.  
  73. estimated time left: (unknown)
  74. transfer rate, cps: (this value fluctuates around 280)
  75. windows slots: 1 of 1
  76. packet type: d
  77. packet length: (this value fluctuates around 90)
  78. error count: 0
  79. last error:
  80. last message:
  81.  
  82. The OS9 system was recently donated to our department from industry along
  83. with a scanning electron microscope.  Unfortunately, much of the
  84. documentation seems to have been misplaced.  I don't have any documentation
  85. for Kermit 1.5.
  86.  
  87. Thanks for your help!
  88.  
  89. Brian Reid
  90. UTD Chemistry
  91. (972)-883-2709
  92. breid@utdallas.edu
  93.  
  94.  
  95.